home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-04-03 | 732 b | 35 lines | [TEXT/MPS ] |
- ; File: E16.LineEdit
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-90
- ; All Rights Reserved
- ;
- ;
- leDupStrtUpErr EQU $1401 ; duplicate LEStartup call
- leResetError EQU $1402 ; can't reset Line Edit
- leNotActiveErr EQU $1403 ; Line Edit not active
- leScrapErr EQU $1404 ; desk scrap too big to copy
- leJustLeft EQU $0000
- leJustCenter EQU $0001
- leJustFill EQU $0002
- leJustRight EQU $FFFF
- ; offset constants for LERec
- oleLineHandle EQU 0
- oleLength EQU 4
- oleMaxLength EQU 6
- oleDestRect EQU 8
- oleViewRect EQU 16
- olePort EQU 24
- oleLineHite EQU 28
- oleBaseHite EQU 30
- oleSelStart EQU 32
- oleSelEnd EQU 34
- oleActFlg EQU 36
- oleCarAct EQU 38
- oleCarOn EQU 40
- oleCarTime EQU 42
- oleHiliteHook EQU 46
- oleCaretHook EQU 50
- oleJust EQU 54
- olePWChar EQU 56
-